Trace number 4407681

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
(reference) PicatSAT 2019-09-12SAT 3.62754 3.62735

General information on the benchmark

NameSubisomorphism/Subisomorphism-m1-si2-bvg/
Subisomorphism-si2-b03m-m800-09.xml
MD5SUMfd69e77754fb96838bac76ad2b6503f8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.041766
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of constraints341
Number of domains1
Minimum domain size800
Maximum domain size800
Distribution of domain sizes[{"size":800,"count":160}]
Minimum variable degree3
Maximum variable degree24
Distribution of variable degrees[{"degree":3,"count":75},{"degree":4,"count":30},{"degree":5,"count":47},{"degree":6,"count":3},{"degree":12,"count":1},{"degree":14,"count":1},{"degree":15,"count":1},{"degree":17,"count":1},{"degree":24,"count":1}]
Minimum constraint arity1
Maximum constraint arity160
Distribution of constraint arities[{"arity":1,"count":160},{"arity":2,"count":180},{"arity":160,"count":1}]
Number of extensional constraints340
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":340},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

3.59/3.62	c xcsp_picat version 2.7b12 (9/12/2019)
3.59/3.62	s SATISFIABLE
3.59/3.62	v <instantiation>
3.59/3.62	v     <list> x[]  </list> 
3.59/3.62	v     <values> 0 1 2 10 18 43 758 153 171 183 292 250 573 413 499 527 551 351 596 644 663 753 94 86 156 405 287 193 426 474 782 590 572 612 622 772 496 57 144 175 247 304 395 497 575 577 628 731 748 791 404 154 344 37 450 632 722 777 149 52 74 80 131 600 643 327 442 237 263 184 550 367 662 336 123 364 651 127 216 381 532 593 535 291 373 28 779 120 732 19 240 6 11 303 438 431 785 799 35 93 539 602 660 679 189 112 564 380 690 198 623 504 585 178 41 751 3 20 794 790 586 756 694 674 13 108 305 689 21 211 645 69 63 394 199 710 12 268 316 508 604 160 173 125 301 346 206 342 345 32 400 17 770 388 136 285 48 4 717 261   </values> 
3.59/3.62	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) 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: 16374 MiB (13103 MiB free)
  memory of node 1: 16384 MiB (10321 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4407681-1569512051/watcher-4407681-1569512051 -o /tmp/evaluation-result-4407681-1569512051/solver-4407681-1569512051 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node141-1569509598-1545 --watchdog 2560 xcsp_picat HOME/instance-4407681-1569512051.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=2029, runsolver pid=2026

[startup+0.100222 s]*
/proc/loadavg: 2.14 2.11 1.90 3/200 2030
/proc/meminfo: memFree=23947020/32770624 swapFree=66937824/67108860
[pid=2029] ppid=2026 vsize=2031716 memory=22980 CPUtime=0.1 cores=0,2,4,6
/proc/2029/stat : 2029 (xcsp_picat) R 2026 2029 1513 0 -1 4202496 1859 0 0 0 10 0 0 0 20 0 1 0 527142883 2080477184 5745 33554432000 4194304 5870510 140733541848144 140733541845288 4515418 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 42094592 140733541856287 140733541856365 140733541856365 140733541859274 0
/proc/2029/statm: 507929 5745 842 410 0 503402 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 22980 KiB

[startup+0.20985 s]*
/proc/loadavg: 2.14 2.11 1.90 3/200 2030
/proc/meminfo: memFree=23912204/32770624 swapFree=66937824/67108860
[pid=2029] ppid=2026 vsize=2031716 memory=41640 CPUtime=0.21 cores=0,2,4,6
/proc/2029/stat : 2029 (xcsp_picat) R 2026 2029 1513 0 -1 4202496 1890 0 0 0 21 0 0 0 20 0 1 0 527142883 2080477184 10410 33554432000 4194304 5870510 140733541848144 140733541845288 4632699 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 42094592 140733541856287 140733541856365 140733541856365 140733541859274 0
/proc/2029/statm: 507929 10410 850 410 0 503402 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 41640 KiB

[startup+0.309799 s]*
/proc/loadavg: 2.13 2.10 1.90 3/200 2030
/proc/meminfo: memFree=23858568/32770624 swapFree=66937824/67108860
[pid=2029] ppid=2026 vsize=2031716 memory=68264 CPUtime=0.31 cores=0,2,4,6
/proc/2029/stat : 2029 (xcsp_picat) R 2026 2029 1513 0 -1 4202496 1903 0 0 0 30 1 0 0 20 0 1 0 527142883 2080477184 17066 33554432000 4194304 5870510 140733541848144 140733541845288 4461503 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 42094592 140733541856287 140733541856365 140733541856365 140733541859274 0
/proc/2029/statm: 507929 17066 850 410 0 503402 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2031716 KiB
Current children cumulated memory: 68264 KiB

[startup+0.70043 s]
/proc/loadavg: 2.13 2.10 1.90 3/200 2030
/proc/meminfo: memFree=23786888/32770624 swapFree=66937824/67108860
[pid=2029] ppid=2026 vsize=2068808 memory=142556 CPUtime=0.69 cores=0,2,4,6
/proc/2029/stat : 2029 (xcsp_picat) R 2026 2029 1513 0 -1 4202496 8988 0 0 0 67 2 0 0 20 0 1 0 527142883 2118459392 35639 33554432000 4194304 5870510 140733541848144 140733541845288 140455593692133 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 42094592 140733541856287 140733541856365 140733541856365 140733541859274 0
/proc/2029/statm: 517202 35639 875 410 0 512675 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2068808 KiB
Current children cumulated memory: 142556 KiB

[startup+1.50045 s]
/proc/loadavg: 2.13 2.10 1.90 3/200 2030
/proc/meminfo: memFree=23619556/32770624 swapFree=66937824/67108860
[pid=2029] ppid=2026 vsize=2129252 memory=197520 CPUtime=1.49 cores=0,2,4,6
/proc/2029/stat : 2029 (xcsp_picat) R 2026 2029 1513 0 -1 4202496 22303 0 0 0 145 4 0 0 20 0 1 0 527142883 2180354048 49380 33554432000 4194304 5870510 140733541848144 140733541846696 5337488 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 42094592 140733541856287 140733541856365 140733541856365 140733541859274 0
/proc/2029/statm: 532313 49380 880 410 0 527786 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2129252 KiB
Current children cumulated memory: 197520 KiB

[startup+3.10986 s]
/proc/loadavg: 2.13 2.10 1.90 3/200 2031
/proc/meminfo: memFree=23006336/32770624 swapFree=66937824/67108860
[pid=2029] ppid=2026 vsize=2113232 memory=182980 CPUtime=3.1 cores=0,2,4,6
/proc/2029/stat : 2029 (xcsp_picat) R 2026 2029 1513 0 -1 4202496 41252 0 0 0 304 6 0 0 20 0 1 0 527142883 2163949568 45745 33554432000 4194304 5870510 140733541848144 140733541846696 5288765 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 42094592 140733541856287 140733541856365 140733541856365 140733541859274 0
/proc/2029/statm: 528308 45745 907 410 0 523781 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2113232 KiB
Current children cumulated memory: 182980 KiB

[startup+3.62729 s]
# the end of solver process 2029 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.55851 s, system=0.069029 s

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

[startup+3.20046 s]
/proc/loadavg: 2.13 2.10 1.90 3/200 2031
/proc/meminfo: memFree=23006336/32770624 swapFree=66937824/67108860
[pid=2029] ppid=2026 vsize=2113232 memory=183008 CPUtime=3.19 cores=0,2,4,6
/proc/2029/stat : 2029 (xcsp_picat) R 2026 2029 1513 0 -1 4202496 41271 0 0 0 313 6 0 0 20 0 1 0 527142883 2163949568 45752 33554432000 4194304 5870510 140733541848144 140733541846696 140455599388920 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 42094592 140733541856287 140733541856365 140733541856365 140733541859274 0
/proc/2029/statm: 528308 45752 907 410 0 523781 0
Current children cumulated CPU time: 3.19 s
Current children cumulated vsize: 2113232 KiB
Current children cumulated memory: 183008 KiB

[startup+3.60042 s]
/proc/loadavg: 2.13 2.10 1.90 3/200 2031
/proc/meminfo: memFree=23006336/32770624 swapFree=66937824/67108860
[pid=2029] ppid=2026 vsize=2113232 memory=185516 CPUtime=3.59 cores=0,2,4,6
/proc/2029/stat : 2029 (xcsp_picat) R 2026 2029 1513 0 -1 4202496 41942 0 0 0 353 6 0 0 20 0 1 0 527142883 2163949568 46379 33554432000 4194304 5870510 140733541848144 140733541846504 4653943 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7970040 9572284 42094592 140733541856287 140733541856365 140733541856365 140733541859274 0
/proc/2029/statm: 528308 46379 907 410 0 523781 0
Current children cumulated CPU time: 3.59 s
Current children cumulated vsize: 2113232 KiB
Current children cumulated memory: 185516 KiB

Child status: 0
Real time (s): 3.62735
CPU time (s): 3.62754
CPU user time (s): 3.55851
CPU system time (s): 0.069029
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 2141572
Max. memory (cumulated for all children) (KiB): 210676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.55851
system time used= 0.069029
maximum resident set size= 210680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42009
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= 4
involuntary context switches= 3


# summary of solver processes directly reported to runsolver:
#   pid: 2029
#   total CPU time (s): 3.62754
#   total CPU user time (s): 3.55851
#   total CPU system time (s): 0.069029

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.042677 second user time and 0.062252 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-26 17:33:28
IDJOB=4407681
IDBENCH=133062
IDSOLVER=2873
FILE ID=node141/4407681-1569512051
RUNJOBID= node141-1569509598-1545
PBS_JOBID= 21705783
Free space on /tmp= 22928 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/Subisomorphism/Subisomorphism-m1-si2-bvg/Subisomorphism-si2-b03m-m800-09.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4407681-1569512051/watcher-4407681-1569512051 -o /tmp/evaluation-result-4407681-1569512051/solver-4407681-1569512051 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node141-1569509598-1545 --watchdog 2560  xcsp_picat HOME/instance-4407681-1569512051.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= fd69e77754fb96838bac76ad2b6503f8
RANDOM SEED=642432590

node141.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23991040 kB
MemAvailable:   30415672 kB
Buffers:          140812 kB
Cached:          6579892 kB
SwapCached:        62076 kB
Active:          4699804 kB
Inactive:        3461792 kB
Active(anon):    1392996 kB
Inactive(anon):   118204 kB
Active(file):    3306808 kB
Inactive(file):  3343588 kB
Unevictable:      107692 kB
Mlocked:          107692 kB
SwapTotal:      67108860 kB
SwapFree:       66937824 kB
Dirty:              3184 kB
Writeback:             8 kB
AnonPages:       1463344 kB
Mapped:            23844 kB
Shmem:             61336 kB
Slab:             209312 kB
SReclaimable:     180140 kB
SUnreclaim:        29172 kB
KernelStack:        3552 kB
PageTables:         8052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2575748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1415168 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 22924 MiB
End job on node141 at 2019-09-26 17:33:32