Trace number 4509671

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? 3270.49 2567.08

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n258-d3-i1-r2.cnf.gz-plain.pb.metafix.opb
MD5SUM7056d5d7645a22d74bbe899777f3f6dc
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables387
Total number of constraints1032
Number of constraints which are clauses1032
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1433.84/726.02	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1433.84/726.02	c numVar: 387
1433.84/726.02	c numCon: 1032
1433.84/726.02	c numEqual: 0
1433.84/726.02	c intSize: 3
1433.84/726.02	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1433.84/726.02	c ------------------- Paras list -------------------
1433.84/726.02	c Name                	 Type      	 Now       	 Default   	 Comment
1433.84/726.02	c timeout             	 double    	 3600.000000	 3600      	 
1433.84/726.02	c mip_time            	 double    	 0.200000  	 0.5       	 
1433.84/726.02	c ls_time             	 double    	 10.000000 	 10        	 
1433.84/726.02	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1433.84/726.02	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1433.84/726.02	c random_seed         	 int       	 0         	 0         	 
1433.84/726.02	c sample_size         	 int       	 50        	 50        	 
1433.84/726.02	c sub_score           	 int       	 1         	 1         	 
1433.84/726.02	c tabu_base           	 int       	 3         	 3         	 
1433.84/726.02	c tabu_variation      	 int       	 1         	 1         	 
1433.84/726.02	c sub_div             	 int       	 4         	 4         	 
1433.84/726.02	c nbcore              	 int       	 2         	 1         	 
1433.84/726.02	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1433.84/726.02	c print_sol           	 int       	 1         	 1         	 
1433.84/726.02	c tmpdir              	 string		 .         	 "."       	 
1433.84/726.02	c home                	 string		 HOME	 "."       	 
1433.84/726.02	c benchname           	 string		 HOME/instance-4509671-1751136578.opb	 ""        	 
1433.84/726.02	c --------------------------------------------------
1433.84/726.02	c Local Search solver
1433.84/726.02	c MIP solver
1433.84/726.02	c use Exact solver
3270.39/2567.07	s UNKNOWN
3270.39/2567.07	c Total time: 2567

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: 63837 MiB (60928 MiB free)
  memory of node 1: 64465 MiB (64013 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=11990, runsolver pid=11987

[startup+0.100065 s]*
/proc/loadavg: 3.45 3.86 3.74 4/246 11991
/proc/meminfo: memFree=127939908/131382112 swapFree=33010684/33010684
[pid=11990] ppid=11987 vsize=40332 memory=6016 CPUtime=0.1 cores=1,3
/proc/11990/stat : 11990 (LSIPExact) R 11987 11990 11256 0 -1 4194304 458 0 0 0 10 0 0 0 20 0 1 0 29336992 41299968 1504 18446744073709551615 94370626822144 94370654078545 140729397247520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94370662581384 94370663012992 94370682793984 140729397254490 140729397254666 140729397254666 140729397260268 0
/proc/11990/statm: 10083 1504 1216 6655 0 318 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 40332 KiB
Current children cumulated memory: 6016 KiB

[startup+0.211956 s]*
/proc/loadavg: 3.45 3.86 3.74 4/246 11991
/proc/meminfo: memFree=127939908/131382112 swapFree=33010684/33010684
[pid=11990] ppid=11987 vsize=40332 memory=6016 CPUtime=0.21 cores=1,3
/proc/11990/stat : 11990 (LSIPExact) R 11987 11990 11256 0 -1 4194304 458 0 0 0 21 0 0 0 20 0 1 0 29336992 41299968 1504 18446744073709551615 94370626822144 94370654078545 140729397247520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94370662581384 94370663012992 94370682793984 140729397254490 140729397254666 140729397254666 140729397260268 0
/proc/11990/statm: 10083 1504 1216 6655 0 318 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 40332 KiB
Current children cumulated memory: 6016 KiB

[startup+0.311393 s]*
/proc/loadavg: 3.45 3.86 3.74 5/246 11991
/proc/meminfo: memFree=127939908/131382112 swapFree=33010684/33010684
[pid=11990] ppid=11987 vsize=40332 memory=6016 CPUtime=0.31 cores=1,3
/proc/11990/stat : 11990 (LSIPExact) R 11987 11990 11256 0 -1 4194304 458 0 0 0 31 0 0 0 20 0 1 0 29336992 41299968 1504 18446744073709551615 94370626822144 94370654078545 140729397247520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94370662581384 94370663012992 94370682793984 140729397254490 140729397254666 140729397254666 140729397260268 0
/proc/11990/statm: 10083 1504 1216 6655 0 318 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 40332 KiB
Current children cumulated memory: 6016 KiB

[startup+0.700247 s]
/proc/loadavg: 3.45 3.86 3.74 4/246 11991
/proc/meminfo: memFree=127939908/131382112 swapFree=33010684/33010684
[pid=11990] ppid=11987 vsize=40332 memory=6016 CPUtime=0.68 cores=1,3
/proc/11990/stat : 11990 (LSIPExact) R 11987 11990 11256 0 -1 4194304 458 0 0 0 68 0 0 0 20 0 1 0 29336992 41299968 1504 18446744073709551615 94370626822144 94370654078545 140729397247520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94370662581384 94370663012992 94370682793984 140729397254490 140729397254666 140729397254666 140729397260268 0
/proc/11990/statm: 10083 1504 1216 6655 0 318 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 40332 KiB
Current children cumulated memory: 6016 KiB

[startup+1.50024 s]
/proc/loadavg: 3.45 3.86 3.74 4/246 11991
/proc/meminfo: memFree=127939908/131382112 swapFree=33010684/33010684
[pid=11990] ppid=11987 vsize=40332 memory=6016 CPUtime=1.48 cores=1,3
/proc/11990/stat : 11990 (LSIPExact) R 11987 11990 11256 0 -1 4194304 458 0 0 0 148 0 0 0 20 0 1 0 29336992 41299968 1504 18446744073709551615 94370626822144 94370654078545 140729397247520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94370662581384 94370663012992 94370682793984 140729397254490 140729397254666 140729397254666 140729397260268 0
/proc/11990/statm: 10083 1504 1216 6655 0 318 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 40332 KiB
Current children cumulated memory: 6016 KiB

[startup+3.11205 s]
/proc/loadavg: 3.45 3.86 3.74 4/246 11991
/proc/meminfo: memFree=127939908/131382112 swapFree=33010684/33010684
[pid=11990] ppid=11987 vsize=40332 memory=6016 CPUtime=3.09 cores=1,3
/proc/11990/stat : 11990 (LSIPExact) R 11987 11990 11256 0 -1 4194304 458 0 0 0 309 0 0 0 20 0 1 0 29336992 41299968 1504 18446744073709551615 94370626822144 94370654078545 140729397247520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94370662581384 94370663012992 94370682793984 140729397254490 140729397254666 140729397254666 140729397260268 0
/proc/11990/statm: 10083 1504 1216 6655 0 318 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 40332 KiB
Current children cumulated memory: 6016 KiB

[startup+6.30022 s]
/proc/loadavg: 3.49 3.86 3.74 4/246 11991
/proc/meminfo: memFree=127939908/131382112 swapFree=33010684/33010684
[pid=11990] ppid=11987 vsize=40332 memory=6016 CPUtime=6.27 cores=1,3
/proc/11990/stat : 11990 (LSIPExact) R 11987 11990 11256 0 -1 4194304 458 0 0 0 627 0 0 0 20 0 1 0 29336992 41299968 1504 18446744073709551615 94370626822144 94370654078545 140729397247520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94370662581384 94370663012992 94370682793984 140729397254490 140729397254666 140729397254666 140729397260268 0
/proc/11990/statm: 10083 1504 1216 6655 0 318 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 40332 KiB
Current children cumulated memory: 6016 KiB

[startup+12.7001 s]
/proc/loadavg: 3.45 3.85 3.74 5/247 11992
/proc/meminfo: memFree=127935372/131382112 swapFree=33010684/33010684
[pid=11990] ppid=11987 vsize=122632 memory=28524 CPUtime=15.29 cores=1,3
/proc/11990/stat : 11990 (LSIPExact) R 11987 11990 11256 0 -1 4194304 3471 0 0 0 1529 0 0 0 20 0 2 0 29336992 125575168 7131 18446744073709551615 94370626822144 94370654078545 140729397247520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94370662581384 94370663012992 94370682793984 140729397254490 140729397254666 140729397254666 140729397260268 0
/proc/11990/statm: 30658 7131 3520 6655 0 5326 0
[pid=11990/tid=11992] ppid=11987 vsize=122632 memory=27884 CPUtime=2.63 cores=1,3
/proc/11990/task/11992/stat : 11992 (LSIPExact) R 11987 11990 11256 0 -1 4194368 832 0 0 0 263 0 0 0 20 0 2 0 29337993 125575168 7131 18446744073709551615 94370626822144 94370654078545 140729397247520 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94370662581384 94370663012992 94370682793984 140729397254490 140729397254666 140729397254666 140729397260268 0
Current children cumulated CPU time: 15.29 s
Current children cumulated vsize: 122632 KiB
Current children cumulated memory: 28524 KiB

[startup+25.5001 s]
/proc/loadavg: 3.58 3.86 3.74 5/246 12038
/proc/meminfo: memFree=130072132/131382112 swapFree=33010684/33010684
[pid=11990] ppid=11987 vsize=124088 memory=29548 CPUtime=40.5 cores=1,3
/proc/11990/stat : 11990 (LSIPExact) R 11987 11990 11256 0 -1 4194304 7786 0 0 0 4048 2 0 0 20 0 2 0 29336992 127066112 7387 18446744073709551615 94370626822144 94370654078545 140729397247520 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94370662581384 94370663012992 94370682793984 140729397254490 140729397254666 140729397254666 140729397260268 0
/proc/11990/statm: 31022 7387 3552 6655 0 5690 0
[pid=11990/tid=11992] ppid=11987 vsize=124088 memory=28524 CPUtime=15.08 cores=1,3
/proc/11990/task/11992/stat : 11992 (LSIPExact) R 11987 11990 11256 0 -1 4194368 2230 0 0 0 1508 0 0 0 20 0 2 0 29337993 127066112 7387 18446744073709551615 94370626822144 94370654078545 140729397247520 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94370662581384 94370663012992 94370682793984 140729397254490 140729397254666 140729397254666 140729397260268 0
Current children cumulated CPU time: 40.5 s
Current children cumulated vsize: 124088 KiB
Current children cumulated memory: 29548 KiB

[startup+51.1123 s]
/proc/loadavg: 4.02 3.94 3.77 6/247 12086
/proc/meminfo: memFree=130017088/131382112 swapFree=33010684/33010684
[pid=11990] ppid=11987 vsize=129016 memory=35308 CPUtime=90.56 cores=1,3
/proc/11990/stat : 11990 (LSIPExact) R 11987 11990 11256 0 -1 4194304 11665 0 0 0 9053 3 0 0 20 0 2 0 29336992 132112384 8827 18446744073709551615 94370626822144 94370654078545 140729397247520 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94370662581384 94370663012992 94370682793984 140729397254490 140729397254666 140729397254666 140729397260268 0
/proc/11990/statm: 32254 8827 3552 6655 0 6982 0
[pid=11990/tid=11992] ppid=11987 vsize=129016 memory=29804 CPUtime=40.48 cores=1,3
/proc/11990/task/11992/stat : 11992 (LSIPExact) R 11987 11990 11256 0 -1 4194368 3136 0 0 0 4048 0 0 0 20 0 2 0 29337993 132112384 8827 18446744073709551615 94370626822144 94370654078545 140729397247520 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94370662581384 94370663012992 94370682793984 140729397254490 140729397254666 140729397254666 140729397260268 0
Current children cumulated CPU time: 90.56 s
Current children cumulated vsize: 129016 KiB
Current children cumulated memory: 35308 KiB

[startup+102.3 s]
/proc/loadavg: 4.71 4.13 3.85 6/247 12088
/proc/meminfo: memFree=129990360/131382112 swapFree=33010684/33010684
[pid=11990] ppid=11987 vsize=129016 memory=35692 CPUtime=192.44 cores=1,3
/proc/11990/stat : 11990 (LSIPExact) R 11987 11990 11256 0 -1 4194304 15214 0 0 0 19241 3 0 0 20 0 2 0 29336992 132112384 8923 18446744073709551615 94370626822144 94370654078545 140729397247520 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94370662581384 94370663012992 94370682793984 140729397254490 140729397254666 140729397254666 140729397260268 0
/proc/11990/statm: 32254 8923 3552 6655 0 7080 0
[pid=11990/tid=11992] ppid=11987 vsize=129016 memory=35692 CPUtime=91.56 cores=1,3
/proc/11990/task/11992/stat : 11992 (LSIPExact) R 11987 11990 11256 0 -1 4194368 4839 0 0 0 9156 0 0 0 20 0 2 0 29337993 132112384 8923 18446744073709551615 94370626822144 94370654078545 140729397247520 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94370662581384 94370663012992 94370682793984 140729397254490 140729397254666 140729397254666 140729397260268 0
Current children cumulated CPU time: 192.44 s
Current children cumulated vsize: 129016 KiB
Current children cumulated memory: 35692 KiB

[startup+162.3 s]
/proc/loadavg: 4.89 4.29 3.92 6/247 12095
/proc/meminfo: memFree=129932312/131382112 swapFree=33010684/33010684
[pid=11990] ppid=11987 vsize=129016 memory=37740 CPUtime=311.88 cores=1,3
/proc/11990/stat : 11990 (LSIPExact) R 11987 11990 11256 0 -1 4194304 18172 0 0 0 31184 4 0 0 20 0 2 0 29336992 132112384 9435 18446744073709551615 94370626822144 94370654078545 140729397247520 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94370662581384 94370663012992 94370682793984 140729397254490 140729397254666 140729397254666 140729397260268 0
/proc/11990/statm: 32254 9435 3552 6655 0 7492 0
[pid=11990/tid=11992] ppid=11987 vsize=129016 memory=14340 CPUtime=151.43 cores=1,3
/proc/11990/task/11992/stat : 11992 (LSIPExact) R 11987 11990 11256 0 -1 4194368 6339 0 0 0 15142 1 0 0 20 0 2 0 29337993 132112384 9435 18446744073709551615 94370626822144 94370654078545 140729397247520 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94370662581384 94370663012992 94370682793984 140729397254490 140729397254666 140729397254666 140729397260268 0
Current children cumulated CPU time: 311.88 s
Current children cumulated vsize: 129016 KiB
Current children cumulated memory: 37740 KiB

[startup+222.3 s]
/proc/loadavg: 5.08 4.46 4.00 6/247 12099
/proc/meminfo: memFree=129929684/131382112 swapFree=33010684/33010684
[pid=11990] ppid=11987 vsize=129016 memory=38764 CPUtime=431.3 cores=1,3
/proc/11990/stat : 11990 (LSIPExact) R 11987 11990 11256 0 -1 4194304 18622 0 0 0 43126 4 0 0 20 0 2 0 29336992 132112384 9691 18446744073709551615 94370626822144 94370654078545 140729397247520 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94370662581384 94370663012992 94370682793984 140729397254490 140729397254666 140729397254666 140729397260268 0
/proc/11990/statm: 32254 9691 3552 6655 0 7769 0
[pid=11990/tid=11992] ppid=11987 vsize=129016 memory=38124 CPUtime=211.31 cores=1,3
/proc/11990/task/11992/stat : 11992 (LSIPExact) R 11987 11990 11256 0 -1 4194368 6741 0 0 0 21130 1 0 0 20 0 2 0 29337993 132112384 9691 18446744073709551615 94370626822144 94370654078545 140729397247520 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94370662581384 94370663012992 94370682793984 140729397254490 140729397254666 140729397254666 140729397260268 0
Current children cumulated CPU time: 431.3 s
Current children cumulated vsize: 129016 KiB
Current children cumulated memory: 38764 KiB

[startup+282.3 s]
/proc/loadavg: 5.01 4.56 4.07 5/246 12146
/proc/meminfo: memFree=129967208/131382112 swapFree=33010684/33010684
[pid=11990] ppid=11987 vsize=129016 memory=39916 CPUtime=550.71 cores=1,3
/proc/11990/stat : 11990 (LSIPExact) R 11987 11990 11256 0 -1 4194304 19652 0 0 0 55065 6 0 0 20 0 2 0 29336992 132112384 9979 18446744073709551615 94370626822144 94370654078545 140729397247520 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94370662581384 94370663012992 94370682793984 140729397254490 140729397254666 140729397254666 140729397260268 0
/proc/11990/statm: 32254 9979 3552 6655 0 8047 0
[pid=11990/tid=11992] ppid=11987 vsize=129016 memory=39532 CPUtime=271.18 cores=1,3
/proc/11990/task/11992/stat : 11992 (LSIPExact) R 11987 11990 11256 0 -1 4194368 7578 0 0 0 27115 3 0 0 20 0 2 0 29337993 132112384 9979 18446744073709551615 94370626822144 94370654078545 140729397247520 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94370662581384 94370663012992 94370682793984 140729397254490 140729397254666 140729397254666 140729397260268 0
Current children cumulated CPU time: 550.71 s
Current children cumulated vsize: 129016 KiB
Current children cumulated memory: 39916 KiB

[startup+342.3 s]
/proc/loadavg: 5.02 4.64 4.13 6/247 12149
/proc/meminfo: memFree=129951216/131382112 swapFree=33010684/33010684
[pid=11990] ppid=11987 vsize=129620 memory=41580 CPUtime=670.13 cores=1,3
/proc/11990/stat : 11990 (LSIPExact) R 11987 11990 11256 0 -1 4194304 20251 0 0 0 67007 6 0 0 20 0 2 0 29336992 132730880 10395 18446744073709551615 94370626822144 94370654078545 140729397247520 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94370662581384 94370663012992 94370682793984 140729397254490 140729397254666 140729397254666 140729397260268 0
/proc/11990/statm: 32405 10395 3552 6655 0 8480 0
[pid=11990/tid=11992] ppid=11987 vsize=129620 memory=40684 CPUtime=331.06 cores=1,3
/proc/11990/task/11992/stat : 11992 (LSIPExact) R 11987 11990 11256 0 -1 4194368 7865 0 0 0 33103 3 0 0 20 0 2 0 29337993 132730880 10395 18446744073709551615 94370626822144 94370654078545 140729397247520 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94370662581384 94370663012992 94370682793984 140729397254490 140729397254666 140729397254666 140729397260268 0
Current children cumulated CPU time: 670.13 s
Current children cumulated vsize: 129620 KiB
Current children cumulated memory: 41580 KiB

[startup+402.3 s]

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

/proc/12174/stat : 12174 (Exact) R 11990 12174 12174 0 -1 4194304 91379 0 0 0 145827 1458 0 0 20 0 1 0 29409594 62464000 11347 18446744073709551615 4198400 8335837 140723951229680 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 45756416 140723951233211 140723951233565 140723951233565 140723951239119 0
/proc/12174/statm: 15250 11347 1120 1011 0 14017 0
Current children cumulated CPU time: 2906.72 s
Current children cumulated vsize: 199284 KiB
Current children cumulated memory: 103088 KiB

[startup+2262.3 s]
/proc/loadavg: 4.03 3.54 3.62 5/247 12296
/proc/meminfo: memFree=129897636/131382112 swapFree=33010684/33010684
[pid=11990] ppid=11987 vsize=138284 memory=57700 CPUtime=1433.87 cores=1,3
/proc/11990/stat : 11990 (LSIPExact) S 11987 11990 11256 0 -1 4194304 26068 0 0 0 143380 7 0 0 20 0 1 0 29336992 141602816 14425 18446744073709551615 94370626822144 94370654078545 140729397247520 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94370662581384 94370663012992 94370682793984 140729397254490 140729397254666 140729397254666 140729397260268 0
/proc/11990/statm: 34571 14425 3584 6655 0 12415 0
[pid=12174] ppid=11990 vsize=61576 memory=45772 CPUtime=1532.67 cores=1,3
/proc/12174/stat : 12174 (Exact) R 11990 12174 12174 0 -1 4194304 91499 0 0 0 151754 1513 0 0 20 0 1 0 29409594 63053824 11443 18446744073709551615 4198400 8335837 140723951229680 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 45756416 140723951233211 140723951233565 140723951233565 140723951239119 0
/proc/12174/statm: 15394 11443 1120 1011 0 14161 0
Current children cumulated CPU time: 2966.54 s
Current children cumulated vsize: 199860 KiB
Current children cumulated memory: 103472 KiB

[startup+2322.3 s]
/proc/loadavg: 4.06 3.64 3.65 5/247 12298
/proc/meminfo: memFree=129891740/131382112 swapFree=33010684/33010684
[pid=11990] ppid=11987 vsize=138284 memory=57700 CPUtime=1433.87 cores=1,3
/proc/11990/stat : 11990 (LSIPExact) S 11987 11990 11256 0 -1 4194304 26068 0 0 0 143380 7 0 0 20 0 1 0 29336992 141602816 14425 18446744073709551615 94370626822144 94370654078545 140729397247520 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94370662581384 94370663012992 94370682793984 140729397254490 140729397254666 140729397254666 140729397260268 0
/proc/11990/statm: 34571 14425 3584 6655 0 12415 0
[pid=12174] ppid=11990 vsize=61576 memory=45772 CPUtime=1592.5 cores=1,3
/proc/12174/stat : 12174 (Exact) R 11990 12174 12174 0 -1 4194304 91499 0 0 0 157676 1574 0 0 20 0 1 0 29409594 63053824 11443 18446744073709551615 4198400 8335837 140723951229680 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 45756416 140723951233211 140723951233565 140723951233565 140723951239119 0
/proc/12174/statm: 15394 11443 1120 1011 0 14161 0
Current children cumulated CPU time: 3026.37 s
Current children cumulated vsize: 199860 KiB
Current children cumulated memory: 103472 KiB

[startup+2382.3 s]
/proc/loadavg: 4.12 3.74 3.69 5/246 12300
/proc/meminfo: memFree=129891236/131382112 swapFree=33010684/33010684
[pid=11990] ppid=11987 vsize=138284 memory=57700 CPUtime=1433.87 cores=1,3
/proc/11990/stat : 11990 (LSIPExact) S 11987 11990 11256 0 -1 4194304 26068 0 0 0 143380 7 0 0 20 0 1 0 29336992 141602816 14425 18446744073709551615 94370626822144 94370654078545 140729397247520 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94370662581384 94370663012992 94370682793984 140729397254490 140729397254666 140729397254666 140729397260268 0
/proc/11990/statm: 34571 14425 3584 6655 0 12415 0
[pid=12174] ppid=11990 vsize=61576 memory=45772 CPUtime=1652.32 cores=1,3
/proc/12174/stat : 12174 (Exact) R 11990 12174 12174 0 -1 4194304 91502 0 0 0 163597 1635 0 0 20 0 1 0 29409594 63053824 11443 18446744073709551615 4198400 8335837 140723951229680 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 45756416 140723951233211 140723951233565 140723951233565 140723951239119 0
/proc/12174/statm: 15394 11443 1120 1011 0 14161 0
Current children cumulated CPU time: 3086.19 s
Current children cumulated vsize: 199860 KiB
Current children cumulated memory: 103472 KiB

[startup+2442.3 s]
/proc/loadavg: 4.06 3.79 3.71 5/246 12302
/proc/meminfo: memFree=129879316/131382112 swapFree=33010684/33010684
[pid=11990] ppid=11987 vsize=138284 memory=57700 CPUtime=1433.87 cores=1,3
/proc/11990/stat : 11990 (LSIPExact) S 11987 11990 11256 0 -1 4194304 26068 0 0 0 143380 7 0 0 20 0 1 0 29336992 141602816 14425 18446744073709551615 94370626822144 94370654078545 140729397247520 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94370662581384 94370663012992 94370682793984 140729397254490 140729397254666 140729397254666 140729397260268 0
/proc/11990/statm: 34571 14425 3584 6655 0 12415 0
[pid=12174] ppid=11990 vsize=62152 memory=46412 CPUtime=1712.14 cores=1,3
/proc/12174/stat : 12174 (Exact) R 11990 12174 12174 0 -1 4194304 91646 0 0 0 169527 1687 0 0 20 0 1 0 29409594 63643648 11603 18446744073709551615 4198400 8335837 140723951229680 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 45756416 140723951233211 140723951233565 140723951233565 140723951239119 0
/proc/12174/statm: 15538 11603 1120 1011 0 14305 0
Current children cumulated CPU time: 3146.01 s
Current children cumulated vsize: 200436 KiB
Current children cumulated memory: 104112 KiB

[startup+2502.3 s]
/proc/loadavg: 4.06 3.85 3.74 5/246 12306
/proc/meminfo: memFree=129843812/131382112 swapFree=33010684/33010684
[pid=11990] ppid=11987 vsize=138284 memory=57700 CPUtime=1433.87 cores=1,3
/proc/11990/stat : 11990 (LSIPExact) S 11987 11990 11256 0 -1 4194304 26068 0 0 0 143380 7 0 0 20 0 1 0 29336992 141602816 14425 18446744073709551615 94370626822144 94370654078545 140729397247520 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94370662581384 94370663012992 94370682793984 140729397254490 140729397254666 140729397254666 140729397260268 0
/proc/11990/statm: 34571 14425 3584 6655 0 12415 0
[pid=12174] ppid=11990 vsize=62152 memory=46540 CPUtime=1771.96 cores=1,3
/proc/12174/stat : 12174 (Exact) R 11990 12174 12174 0 -1 4194304 91670 0 0 0 175453 1743 0 0 20 0 1 0 29409594 63643648 11635 18446744073709551615 4198400 8335837 140723951229680 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 45756416 140723951233211 140723951233565 140723951233565 140723951239119 0
/proc/12174/statm: 15538 11635 1120 1011 0 14305 0
Current children cumulated CPU time: 3205.83 s
Current children cumulated vsize: 200436 KiB
Current children cumulated memory: 104240 KiB

[startup+2562.3 s]
/proc/loadavg: 4.05 3.89 3.76 5/246 12308
/proc/meminfo: memFree=129838972/131382112 swapFree=33010684/33010684
[pid=11990] ppid=11987 vsize=138284 memory=57700 CPUtime=1433.87 cores=1,3
/proc/11990/stat : 11990 (LSIPExact) S 11987 11990 11256 0 -1 4194304 26068 0 0 0 143380 7 0 0 20 0 1 0 29336992 141602816 14425 18446744073709551615 94370626822144 94370654078545 140729397247520 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94370662581384 94370663012992 94370682793984 140729397254490 140729397254666 140729397254666 140729397260268 0
/proc/11990/statm: 34571 14425 3584 6655 0 12415 0
[pid=12174] ppid=11990 vsize=62344 memory=46540 CPUtime=1831.83 cores=1,3
/proc/12174/stat : 12174 (Exact) R 11990 12174 12174 0 -1 4194304 91695 0 0 0 181380 1803 0 0 20 0 1 0 29409594 63840256 11635 18446744073709551615 4198400 8335837 140723951229680 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 45756416 140723951233211 140723951233565 140723951233565 140723951239119 0
/proc/12174/statm: 15586 11635 1120 1011 0 14353 0
Current children cumulated CPU time: 3265.7 s
Current children cumulated vsize: 200628 KiB
Current children cumulated memory: 104240 KiB

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

# cumulated CPU time of all completed processes:  user=3252.33 s, system=18.157 s

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

[startup+2563.2 s]
/proc/loadavg: 4.05 3.89 3.76 5/246 12308
/proc/meminfo: memFree=129838972/131382112 swapFree=33010684/33010684
[pid=11990] ppid=11987 vsize=138284 memory=57700 CPUtime=1433.87 cores=1,3
/proc/11990/stat : 11990 (LSIPExact) S 11987 11990 11256 0 -1 4194304 26068 0 0 0 143380 7 0 0 20 0 1 0 29336992 141602816 14425 18446744073709551615 94370626822144 94370654078545 140729397247520 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94370662581384 94370663012992 94370682793984 140729397254490 140729397254666 140729397254666 140729397260268 0
/proc/11990/statm: 34571 14425 3584 6655 0 12415 0
[pid=12174] ppid=11990 vsize=62344 memory=46540 CPUtime=1832.72 cores=1,3
/proc/12174/stat : 12174 (Exact) R 11990 12174 12174 0 -1 4194304 91695 0 0 0 181469 1803 0 0 20 0 1 0 29409594 63840256 11635 18446744073709551615 4198400 8335837 140723951229680 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 45756416 140723951233211 140723951233565 140723951233565 140723951239119 0
/proc/12174/statm: 15586 11635 1120 1011 0 14353 0
Current children cumulated CPU time: 3266.59 s
Current children cumulated vsize: 200628 KiB
Current children cumulated memory: 104240 KiB

[startup+2564.8 s]
/proc/loadavg: 4.05 3.89 3.76 5/246 12308
/proc/meminfo: memFree=129838980/131382112 swapFree=33010684/33010684
[pid=11990] ppid=11987 vsize=138284 memory=57700 CPUtime=1433.87 cores=1,3
/proc/11990/stat : 11990 (LSIPExact) S 11987 11990 11256 0 -1 4194304 26068 0 0 0 143380 7 0 0 20 0 1 0 29336992 141602816 14425 18446744073709551615 94370626822144 94370654078545 140729397247520 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94370662581384 94370663012992 94370682793984 140729397254490 140729397254666 140729397254666 140729397260268 0
/proc/11990/statm: 34571 14425 3584 6655 0 12415 0
[pid=12174] ppid=11990 vsize=62344 memory=46540 CPUtime=1834.32 cores=1,3
/proc/12174/stat : 12174 (Exact) R 11990 12174 12174 0 -1 4194304 91695 0 0 0 181627 1805 0 0 20 0 1 0 29409594 63840256 11635 18446744073709551615 4198400 8335837 140723951229680 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 45756416 140723951233211 140723951233565 140723951233565 140723951239119 0
/proc/12174/statm: 15586 11635 1120 1011 0 14353 0
Current children cumulated CPU time: 3268.19 s
Current children cumulated vsize: 200628 KiB
Current children cumulated memory: 104240 KiB

[startup+2566.4 s]
/proc/loadavg: 4.05 3.89 3.76 5/246 12308
/proc/meminfo: memFree=129838980/131382112 swapFree=33010684/33010684
[pid=11990] ppid=11987 vsize=138284 memory=57700 CPUtime=1433.87 cores=1,3
/proc/11990/stat : 11990 (LSIPExact) S 11987 11990 11256 0 -1 4194304 26068 0 0 0 143380 7 0 0 20 0 1 0 29336992 141602816 14425 18446744073709551615 94370626822144 94370654078545 140729397247520 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94370662581384 94370663012992 94370682793984 140729397254490 140729397254666 140729397254666 140729397260268 0
/proc/11990/statm: 34571 14425 3584 6655 0 12415 0
[pid=12174] ppid=11990 vsize=62344 memory=46540 CPUtime=1835.92 cores=1,3
/proc/12174/stat : 12174 (Exact) R 11990 12174 12174 0 -1 4194304 91695 0 0 0 181785 1807 0 0 20 0 1 0 29409594 63840256 11635 18446744073709551615 4198400 8335837 140723951229680 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 45756416 140723951233211 140723951233565 140723951233565 140723951239119 0
/proc/12174/statm: 15586 11635 1120 1011 0 14353 0
Current children cumulated CPU time: 3269.79 s
Current children cumulated vsize: 200628 KiB
Current children cumulated memory: 104240 KiB

[startup+2566.8 s]
/proc/loadavg: 4.05 3.89 3.76 5/246 12308
/proc/meminfo: memFree=129838980/131382112 swapFree=33010684/33010684
[pid=11990] ppid=11987 vsize=138284 memory=57700 CPUtime=1433.87 cores=1,3
/proc/11990/stat : 11990 (LSIPExact) S 11987 11990 11256 0 -1 4194304 26068 0 0 0 143380 7 0 0 20 0 1 0 29336992 141602816 14425 18446744073709551615 94370626822144 94370654078545 140729397247520 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94370662581384 94370663012992 94370682793984 140729397254490 140729397254666 140729397254666 140729397260268 0
/proc/11990/statm: 34571 14425 3584 6655 0 12415 0
[pid=12174] ppid=11990 vsize=62344 memory=46540 CPUtime=1836.31 cores=1,3
/proc/12174/stat : 12174 (Exact) R 11990 12174 12174 0 -1 4194304 91695 0 0 0 181824 1807 0 0 20 0 1 0 29409594 63840256 11635 18446744073709551615 4198400 8335837 140723951229680 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 45756416 140723951233211 140723951233565 140723951233565 140723951239119 0
/proc/12174/statm: 15586 11635 1120 1011 0 14353 0
Current children cumulated CPU time: 3270.18 s
Current children cumulated vsize: 200628 KiB
Current children cumulated memory: 104240 KiB

[startup+2567 s]*
/proc/loadavg: 4.05 3.89 3.76 5/246 12308
/proc/meminfo: memFree=129838980/131382112 swapFree=33010684/33010684
[pid=11990] ppid=11987 vsize=138284 memory=57700 CPUtime=1433.87 cores=1,3
/proc/11990/stat : 11990 (LSIPExact) S 11987 11990 11256 0 -1 4194304 26068 0 0 0 143380 7 0 0 20 0 1 0 29336992 141602816 14425 18446744073709551615 94370626822144 94370654078545 140729397247520 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94370662581384 94370663012992 94370682793984 140729397254490 140729397254666 140729397254666 140729397260268 0
/proc/11990/statm: 34571 14425 3584 6655 0 12415 0
[pid=12174] ppid=11990 vsize=62344 memory=46540 CPUtime=1836.52 cores=1,3
/proc/12174/stat : 12174 (Exact) R 11990 12174 12174 0 -1 4194304 91695 0 0 0 181845 1807 0 0 20 0 1 0 29409594 63840256 11635 18446744073709551615 4198400 8335837 140723951229680 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 45756416 140723951233211 140723951233565 140723951233565 140723951239119 0
/proc/12174/statm: 15586 11635 1120 1011 0 14353 0
Current children cumulated CPU time: 3270.39 s
Current children cumulated vsize: 200628 KiB
Current children cumulated memory: 104240 KiB

Child status: 0

Real time (s): 2567.08
CPU time (s): 3270.49
CPU user time (s): 3252.33
CPU system time (s): 18.157
CPU usage (%): 127.401
Max. virtual memory (cumulated for all children) (KiB): 200628
Max. memory (cumulated for all children) (KiB): 104240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3252.33
system time used= 18.157
maximum resident set size= 57828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117941
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= 340
involuntary context switches= 14605


# summary of solver processes directly reported to runsolver:
#   pid: 11990
#   total CPU time (s): 3270.49
#   total CPU user time (s): 3252.33
#   total CPU system time (s): 18.157

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1641 second user time and 19.4856 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-06-28 20:49:38
IDJOB=4509671
IDBENCH=158768
IDSOLVER=3336
FILE ID=nodeC007/4509671-1751136578
RUNJOBID= nodeC007-1751133631-11273
SLURM_JOB_ID= 9587407
Free space on /tmp= 432908 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n258-d3-i1-r2.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4509671-1751136578/watcher-4509671-1751136578 -o /tmp/evaluation-result-4509671-1751136578/solver-4509671-1751136578 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751133631-11273 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4509671-1751136578.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 7056d5d7645a22d74bbe899777f3f6dc
RANDOM SEED=1132775857

nodeC007 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		: 3643.914
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	: 6983.68
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		: 1197.190
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	: 6983.68
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		: 1197.443
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	: 6983.68
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		: 1197.204
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	: 6983.68
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		: 3691.359
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	: 6983.68
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.379
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	: 6983.68
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		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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	: 6983.68
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.195
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	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        127940664 kB
MemAvailable:   127671904 kB
Buffers:            3280 kB
Cached:           544080 kB
SwapCached:            0 kB
Active:          2533116 kB
Inactive:         346112 kB
Active(anon):    2349828 kB
Inactive(anon):        0 kB
Active(file):     183288 kB
Inactive(file):   346112 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44728 kB
Writeback:             0 kB
AnonPages:       2332524 kB
Mapped:           134432 kB
Shmem:             17960 kB
KReclaimable:      82936 kB
Slab:             161044 kB
SReclaimable:      82936 kB
SUnreclaim:        78108 kB
KernelStack:        3968 kB
PageTables:         7520 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    2727848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149352 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1800192 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432884 MiB
End job on nodeC007 at 2025-06-28 21:32:26